'DeclarationPublic Function New( _ ByVal state As Object, _ ByVal exception As Exception, _ ByVal valueArray() As Object _ )
'UsageDim state As Object Dim exception As Exception Dim valueArray() As Object Dim instance As New ValueArrayResult(state, exception, valueArray)
public: ValueArrayResult( Object^ state, Exception^ exception, array<Object^>^ valueArray )
Parameters
- state
 - The state object specified when the operation was invoked.
The value of this parameter can be
null(Nothingin Visual Basic). - exception
 - The reason of the failure of the operation.
The value of this parameter can be
null(Nothingin Visual Basic). - valueArray
 - An array of values that is a successful result of the operation.
The value of this parameter can be
null(Nothingin Visual Basic).The individual elements of the parameter value can be
null(Nothingin Visual Basic).